docs: cross-reference to GtkComboBoxText
authorMatthias Clasen <mclasen@redhat.com>
Fri, 15 Oct 2010 20:52:54 +0000 (16:52 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 15 Oct 2010 20:58:28 +0000 (16:58 -0400)
docs/reference/gtk/gtk3-sections.txt
gtk/gtkcombobox.c

index a014e7edb0304b97decd1b196a6e94a65a68c9df..c26c91faba6af32767e5c3cbe227b835d9caf0e9 100644 (file)
@@ -860,7 +860,7 @@ GTK_COMBO_BOX_TEXT_GET_CLASS
 <SUBSECTION Private>
 GtkComboBoxTextPrivate
 gtk_combo_box_text_get_type
-<SECTION>
+</SECTION>
 
 <FILE>gtkcontainer</FILE>
 <TITLE>GtkContainer</TITLE>
index a649c0f6526521313b802229c1531c88f210a4df..d01791ec90f3395d00a0af0c6fe34bb4292768c9 100644 (file)
@@ -57,7 +57,7 @@
  * SECTION:gtkcombobox
  * @Short_description: A widget used to choose from a list of items
  * @Title: GtkComboBox
- * @See_also: #GtkComboBoxEntry, #GtkTreeModel, #GtkCellRenderer
+ * @See_also: #GtkComboBoxText, #GtkTreeModel, #GtkCellRenderer
  *
  * A GtkComboBox is a widget that allows the user to choose from a list of
  * valid choices. The GtkComboBox displays the selected choice. When